Feature: Validacion funcionalidades Ghost
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 2.227s |
Scenario: Como usuario, quiero crear una nueva publicación de blog
Before
0m 21.469s
Given
I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
0m 8.010s
When
I enter email "testerJunior@gmail.com"
0m 1.951s
And
I enter password "testerjunior1"
0m 1.390s
And
I click login
0m 2.614s
When
I click on posts
0m 5.481s
And
I click on new post
0m 1.370s
And
I enter post title "titulo de la nueva publicación" in the content field
0m 1.294s
And
I enter post content "contenido de la nueva publicación" in the content field
0m 1.670s
When
I click publish
0m 1.285s
Then
I verify that a button with span continue final review exists
0m 0.936s
When
I click continue, final review
0m 1.075s
Then
I verify that a button with span Publish post, right now exists
0m 0.930s
When
I click publish post, right now
0m 1.105s
And
I click Back to editor
0m 2.228s
And
I click on posts
0m 0.853s
And
I click on posts
0m 0.755s
Then
I verify that a post with text "titulo de la nueva publicación" exists
0m 0.787s
After
0m 7.024s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
When
I enter email "testerJunior@gmail.com"
And
I enter password "testerjunior1"
And
I click login
When
I click on posts
And
I click on new post
And
I enter post title "titulo de la nueva publicación" in the content field
And
I enter post content "contenido de la nueva publicación" in the content field
When
I click publish
Then
I verify that a button with span continue final review exists
When
I click continue, final review
Then
I verify that a button with span Publish post, right now exists
When
I click publish post, right now
And
I click Back to editor
And
I click on posts
And
I click on posts
Then
I verify that a post with text "titulo de la nueva publicación" exists
After
NO IMAGE AVAILABLE